/*
 *  Part of Tipped - The Javascript Tooltip Framework
 *  http://projects.nickstakenburg.com/tipped
 *
 *  IMPORTANT:
 *  When modifying or adding your own skins it's recommended to do 
 *  this in a seperate file, overwriting or building on top of the 
 *  styling defined in tipped-skins.css to make updating easier.
 *
 *  Documentation:
 *  http://projects.nickstakenburg.com/tipped/documentation/#css
 *
**/

.bubble-all {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #ffffff;
font-size: 14px;
line-height: 18px;}

.bubble-all p {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #ffffff;
font-size: 14px;
line-height: 18px;
margin-left:10px;
margin-right:10px;}

.currency p {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #000000;
font-size: 14px;
line-height: 18px;}